CanSynchronize Method

Summary

Determines whether the type type supports synchronization.

Syntax
C#
VB
C++
public bool CanSynchronize( 
   MedicalViewerActionType action 
) 
  
Public Function CanSynchronize( _ 
   ByVal action As MedicalViewerActionType _ 
) As Boolean 
            public: 
bool CanSynchronize(  
   MedicalViewerActionType action 
)  

Parameters

action
MedicalViewerActionType enumeration that is being checked as to whether it supports synchronization.

Return Value

true if the type type supports synchronization; otherwise, false.

Remarks

Currently the only type that supports synchronization is MedicalViewerActionType.Stack. It's supported via the MedicalViewerSynchronizationObjectCollection<MedicalViewerSynchronizationObject> class.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly